home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / pq214.zip / POWHELP.EXE / HELP.103 < prev    next >
Text File  |  1991-06-02  |  2KB  |  57 lines

  1. Editor command mask
  2. ~~~~~~~~~~~~~~~~~~~
  3. You should enter a command line of the form
  4.  
  5. [drive:][\path\]filename.ext [params]
  6.  
  7. where [params] represents any set of parameters which you want 
  8. to pass to your editor when it is called.
  9.  
  10. [params] may include a % character indicating the point where 
  11. the name of the file to be edited is to be inserted when the 
  12. mask is used.
  13.  
  14. If % is omitted, the name of the file, preceded by a space
  15. character, is simply appended to the string that you supply.
  16.  
  17. If your editor will accept more than one file name parameter at
  18. the command line then you can optionally include a second %
  19. character in [params]. This causes message replies to be handled
  20. in a special way:
  21.  
  22. When you reply to a message received, Power-QWK assembles a reply
  23. file for you to edit containing the message to which you are
  24. replying and optionally including the contents of an 'imported'
  25. file. The name of this reply file is then passed to your editor
  26. program so that you can compose your reply.
  27.  
  28. If you place two % characters in the Editor Command Line then
  29. Power-QWK will replace the first with the name of an empty file
  30. and the second with the name of the file containing the original
  31. message plus any imported file.
  32.  
  33. Note that the two % characters must be separated by at least one
  34. space character as otherwise the two file names will run together
  35. forming a long meaningless string of characters.
  36.  
  37. When you finish editing and control returns to Power-QWK, the
  38. FIRST file is treated as the reply file and the other file is
  39. deleted.
  40.  
  41. Usually, unless you want to use the 'two names' option, [params]
  42. can be omitted.
  43.  
  44. e.g., something like
  45.  
  46. C:\UTILS\MYEDITOR.EXE
  47.  
  48. will usually suffice.
  49.  
  50. Examples:
  51.  
  52. C:\MYDIR\MYEDITOR.EXE
  53.  
  54. F:\MYDIR\1FILE_ED.COM %
  55.  
  56. C:\MYDIR\2FILE_ED.BAT % %
  57.